home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software USA 4 #12
/
Software USA Volume 4.12.iso
/
pc
/
lifestyl
/
anyclock
/
run
/
aclock.exe
/
0
/
RCDATA
/
TFORM9
/
TFORM9.txt
< prev
Wrap
Text File
|
1998-09-17
|
826b
|
43 lines
object Form9: TForm9
Left = 252
Top = 247
BorderStyle = bsToolWindow
Caption = 'EXIT PROGRAM?'
ClientHeight = 59
ClientWidth = 139
Font.Color = clWindowText
Font.Height = -10
Font.Name = 'MS Sans Serif'
Font.Style = []
Icon.Data = {<image000.ico>}
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 7
Top = 7
Width = 124
Height = 46
Caption = 'Exit Program Yes/No?'
TabOrder = 0
object Button2: TButton
Left = 85
Top = 20
Width = 33
Height = 20
Caption = 'No'
TabOrder = 0
OnClick = Button2Click
end
object Button1: TButton
Left = 7
Top = 20
Width = 33
Height = 20
Caption = 'Yes'
TabOrder = 1
OnClick = Button1Click
end
end
end